home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMPROXYSETTINGS / TFORMPROXYSETTINGS.txt
Text File  |  2005-01-25  |  3KB  |  138 lines

  1. object formProxySettings: TformProxySettings
  2.   Left = 466
  3.   Top = 342
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Proxy settings'
  7.   ClientHeight = 222
  8.   ClientWidth = 280
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object groupNecessary: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 280
  23.     Height = 81
  24.     Align = alTop
  25.     Caption = 'Necessary settings'
  26.     TabOrder = 0
  27.     object labelNecessary0: TLabel
  28.       Left = 16
  29.       Top = 24
  30.       Width = 65
  31.       Height = 17
  32.       AutoSize = False
  33.       Caption = 'Host:'
  34.     end
  35.     object labelNecessary1: TLabel
  36.       Left = 16
  37.       Top = 48
  38.       Width = 65
  39.       Height = 17
  40.       AutoSize = False
  41.       Caption = 'Port:'
  42.     end
  43.     object eHost: TEdit
  44.       Left = 88
  45.       Top = 24
  46.       Width = 177
  47.       Height = 21
  48.       Hint = 
  49.         'Enter just the proxy name or IP here, like mycomp.local or 127.0' +
  50.         '.0.1'
  51.       ParentShowHint = False
  52.       ShowHint = True
  53.       TabOrder = 0
  54.     end
  55.     object ePort: TEdit
  56.       Left = 88
  57.       Top = 48
  58.       Width = 177
  59.       Height = 21
  60.       Hint = 'This is usually either 8080 or 80.'
  61.       ParentShowHint = False
  62.       ShowHint = True
  63.       TabOrder = 1
  64.     end
  65.   end
  66.   object groupAuthentication: TGroupBox
  67.     Left = 0
  68.     Top = 81
  69.     Width = 280
  70.     Height = 104
  71.     Align = alTop
  72.     Caption = 'Authentication'
  73.     TabOrder = 1
  74.     object labelAuth0: TLabel
  75.       Left = 16
  76.       Top = 48
  77.       Width = 65
  78.       Height = 17
  79.       AutoSize = False
  80.       Caption = 'User name:'
  81.     end
  82.     object labelAuth1: TLabel
  83.       Left = 16
  84.       Top = 72
  85.       Width = 65
  86.       Height = 17
  87.       AutoSize = False
  88.       Caption = 'Password:'
  89.     end
  90.     object cbUseAuth: TCheckBox
  91.       Left = 8
  92.       Top = 24
  93.       Width = 257
  94.       Height = 17
  95.       Caption = 'Proxy server needs login...'
  96.       TabOrder = 0
  97.     end
  98.     object eUsername: TEdit
  99.       Left = 88
  100.       Top = 48
  101.       Width = 177
  102.       Height = 21
  103.       Hint = 'The user name you have to use for authentication...'
  104.       ParentShowHint = False
  105.       ShowHint = True
  106.       TabOrder = 1
  107.     end
  108.     object ePassword: TEdit
  109.       Left = 88
  110.       Top = 72
  111.       Width = 177
  112.       Height = 21
  113.       Hint = 'The password you have to use for authentication...'
  114.       ParentShowHint = False
  115.       PasswordChar = '*'
  116.       ShowHint = True
  117.       TabOrder = 2
  118.     end
  119.   end
  120.   object bnOK: TBitBtn
  121.     Left = 184
  122.     Top = 192
  123.     Width = 89
  124.     Height = 25
  125.     TabOrder = 2
  126.     Kind = bkOK
  127.   end
  128.   object bnCancel: TBitBtn
  129.     Left = 80
  130.     Top = 192
  131.     Width = 89
  132.     Height = 25
  133.     Caption = 'Cancel'
  134.     TabOrder = 3
  135.     Kind = bkAbort
  136.   end
  137. end
  138.